home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Applications / gdbm-1.7.3 / README < prev    next >
Text File  |  1994-05-21  |  2KB  |  69 lines

  1. GNU dbm is a set of database routines that use extendible hashing and
  2. works similar to the standard UNIX dbm routines.
  3.  
  4. This is release 1.7.3 of GNU dbm.
  5.  
  6. To compile gdbm:
  7.  
  8.    a)  configure <config parameters like -prefix ... see INSTALL>
  9.    b)  make 
  10.  
  11. To compile the optional test and conversion programs:
  12.  
  13.    a)  make progs
  14.  
  15. To install the basic package:
  16.  
  17.    a)  make install
  18.  
  19. To install the optional dbm and ndbm compatibility headers:
  20.  
  21.    a)  make install-compat
  22.  
  23. (You might want to "make -n install" to make sure it will put things
  24. were you want them.)
  25.  
  26. Please report bugs to
  27.     bug-gnu-utils@prep.ai.mit.edu
  28.  
  29. ------------------------------------------
  30.  
  31. The files are:
  32.  
  33. INSTALL        - Installation tips and information.
  34. NEWS        - New and changed things.
  35. COPYING        - Copying information.
  36. README        - This file.
  37.  
  38. bucket.c, extern.h, falloc.c, findkey.c, gdbm.proto, gdbmclose.c,
  39. gdbmconst.h gdbmdefs.h, gdbmdelete.c, gdbmerrno.h, gdbmfetch.c, gdbmsync.c,
  40. gdbmopen.c, gdbmreorg.c, gdbmseq.c, gdbmstore.c, global.c, gndbm.h,
  41. hash.c systems.h, update.c, version.c - Source for GNU dbm library.
  42.  
  43. dbm.h dbminit.c, delete.c, fetch.c, seq.c, store.c - Source for the
  44. DBM interface.
  45.  
  46. dbmclose.c, dbmdelete.c, dbmdirfno.c, dbmfetch.c, dbmopen.c, dbmpagfno.c
  47. dbmseq.c, dbmstore.c, ndbm.h - Source for the NDBM interface.
  48.  
  49. Makefile     - Makefile, will make gdbm.a  (BSD and SYSV)
  50. testgdbm.c    - A simple test program.
  51. testdbm.c    - A simple test program.
  52. testndbm.c    - A simple test program.
  53. conv2gdbm.c    - A dbm database conversion program.
  54.  
  55. gdbm.3, gdbm.texinfo - Documentation for gdbm.
  56.  
  57. The author of GNU dbm may be reached via e-mail to <phil@cs.wwu.edu>,
  58. and the current maintainer may be reached at <downsj@csos.orst.edu>.
  59. E-mail may be sent to either, or both, of these people.
  60.  
  61. ------------------------------------------
  62.  
  63. Future versions of GDBM may be far, far more UNIX dependent than the
  64. library is, currently.  If you are/have ported GDBM to non-UNIX like
  65. operating systems, please send e-mail to <downsj@csos.orst.edu>.
  66. Please include information about your port, including the type of
  67. operating system, your reasons for doing the port, and what changes
  68. you have made.
  69.